CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - hand detection

搜索资源列表

  1. HandDetect

    0下载:
  2. 人手检测根据肤色模型检测人的手所在位置。并根据模板判断手势。-Detection of manpower under the color model to detect the location of the hand. And in accordance with the template to determine gesture.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:736889
    • 提供者:鹿角菜
  1. Hand-detection-and-recognition

    0下载:
  2. 基于openCV的手势检测与识别代码,其中使用了基于颜色的分割算法,如果结合运动检测和减背景方法,算法将会更加稳健。-Hand gesture detection and recognition using openCV and the color based segmentation method. If, combinned with motion detection and background substraction, it supposes to be robuster.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-21
    • 文件大小:1601
    • 提供者:GJ
  1. hough

    1下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible to do all the straight line de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:705
    • 提供者:paul
  1. getPDF

    0下载:
  2. Open Hand Detection in a Cluttered Single Image using Finger Primitives
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2094957
    • 提供者:dodo
  1. Neural-Network-pattern-recognition

    0下载:
  2. bp人工神经网络模式识别教程示例,研究人脸识别 手势识别有帮助-bp nervel network trainning and recognition ,e.g:face & dynamic hand gesture detection and face recognition .I hope it would be very useful for researcher !
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:44289
    • 提供者:于鱼
  1. contour

    0下载:
  2. 效率较高的手语特征提取工具和源代码,该工具可以从视频中抽取每一帧的手语特征,并且用于视频检索和手语识别。首先使用肤色和运动提取每一帧中的运动信息,最后使用轮廓工具找出手语的特征,比如傅里叶算子,面积,周长,速度,加速度等,为视频检索打下基础。- a hand guesture tool use skin color detection and coutour tecnology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2581884
    • 提供者:111111
  1. auto_detecthand_facecolor

    0下载:
  2. 基于颜色的自动找手程序,先由人脸检测取得脸的肤色,再以此去找手。运行需要配置好opencv环境。手放在脸部下方两侧-Color-based automated process to find hands, first face detection to obtain face color, and then in order to find hands. Need to configure your environment to run a good opencv. Hand on the bo
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4643395
    • 提供者:lj
  1. 31767679CamshiftandKalman

    0下载:
  2. Combination of Kalman Filter and Camshift Algorithm for hand detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1082104
    • 提供者:DALI
  1. hand_detect.tar

    0下载:
  2. hand detection with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:45116
    • 提供者:Teng
  1. A_gesture

    0下载:
  2. another xml for hand detection using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:604193
    • 提供者:thelatinstudent
  1. VisDetc

    0下载:
  2. Hand Detection Blue Retactangles Detection Red Circles Detection and Triangles Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1283791
    • 提供者:Diego
  1. hand-tracking-tech-report2000.ps

    0下载:
  2. Hand Detection for opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1932438
    • 提供者:tumcall
  1. hand-detection

    0下载:
  2. hand recognition using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1601
    • 提供者:mic
  1. Hand-Detection-based-on-Skin-colou

    1下载:
  2. 基于肤色和轮廓的手部检测,以及实现,有较高的识别率。-Profiles based on skin color and hand detection, and to achieve, a higher recognition rate.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:317695
    • 提供者:玲玲
  1. Face-Detection-and-Hand-Recognition

    0下载:
  2. 人脸的检测,以及手势识别,有较高的识别率。-Face detection and gesture recognition, a higher recognition rate.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:426157
    • 提供者:玲玲
  1. handdetect-0.1

    0下载:
  2. Hand detection with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6382
    • 提供者:TheMonta
  1. hand-detection

    0下载:
  2. 使用opencv,采用肤色原理检测手部位置,有一些噪声,但相对于手部位置比较容易去除。-In this post, as the progress goes, the hand detection technologies using openCV is introduced. As the pictures inllustrated below, this detection method is independent with distance and background ( just
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:225209
    • 提供者:feiren
  1. hand-detect

    0下载:
  2. hand detection use opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:221351
    • 提供者:dbs
  1. hand

    0下载:
  2. 一个手势识别的程序,适合初学者研究与分析。-hand detection and matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:74774
    • 提供者:kaoni
  1. hand-detection

    0下载:
  2. 利用图中颜色的相关信息,检测出视频中的手掌-Depend on the color message,Detect the hand in the video
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:13654
    • 提供者:陈天华
« 12 3 »
搜珍网 www.dssz.com